home *** CD-ROM | disk | FTP | other *** search
- NUMLINES.DOC
-
- Num-Lines, Version 1.00, Copyright (c) 1992 SoftCircuits.
- Redistributed by permission.
-
- -------------------------------------------------------------------
- NUMLINES.EXE counts the number of lines in text files. This simple
- program is useful when you need to know the number of lines of text
- in 1 or more files.
-
- To run the program, type NUMLINES followed by the file
- specification. The file specification can include a drive and
- directory specification, and can be the name of a file or can
- contain wildcards (* or ?). The command line can contain multiple
- file specifications. NUMLINES will report the number of lines in
- each file, the total number of lines for each file specification,
- and also the total number of lines in all the files. Here's an
- example:
-
- NUMLINES a:\*.c b:\include\*.h
-
- This example will report the number of lines in all the files
- with a .C extension in the root directory of drive A:, plus the
- number of lines in all the files with a .H extension in the INCLUDE
- directory of drive B:.
-
- Note that it does not make sense to count the number of lines in
- binary (non-text) files since these files are not organized into
- lines.
-
- This package may be distributed freely on the condition that it is
- distributed in full, and unchanged, and that no fee is charged for
- such use and distribution with the exception of reasonable media
- and shipping charges.
-
- This program was created by:
-
- SoftCircuits Programming
- P.O. Box 16262
- Irvine, CA 92714
-
- SoftCircuits welcomes your written comments or questions.
-